cdObjects
The mobile environment also supports the ability to load and execute COM objects on the Windows CE device.
COM objects are loaded and run by executing the language extensions ceObject.Create, ceObject.Execute, and ceObject.Release.
ceObject is an object you must declare as a variable first and then use that variable.
The objects must be derived from the IDispatch interface and must be compatible with VBA scripting environments.
Additional variables/objects for Windows CE are:
DeviceObject, Name, ReturnValue, and SetCommPort.
Note: Microsoft Support for Windows CE devices was sun setted in 2020.